All Questions
Tagged with lazy-initializationbuilds
2 questions
4votes
1answer
1kviews
Webpack and Lazy Load for large-scale Web Application
Background I am trying to develop with Webpack and JavaScript. Webpack would bundle all source code into one single file. When application becomes large, the file would be very large and cause ...
-1votes
2answers
163views
Is 'lazy' the correct term for timestamp-based skipping? [closed]
(1) The oldmakeutility looks at timestamps, and if the output is newer than the input, it skips (pointless, time-consuming) re-compilation of e.g. C files. The same is true for many languages and ...